home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2013 July / PC_Format_072013.iso / uzytkowe / brewtarget 201 / brewtarget_201_win32.exe / doc / README < prev   
Text File  |  2013-03-04  |  723b  |  25 lines

  1. You need CMake (2.8 or greater) installed to compile this package.
  2.  
  3. COMPILING
  4.   $./configure
  5.   $make
  6.  
  7. INSTALLING
  8.   $sudo make install
  9.   This may not be required in some environments.
  10.  
  11. MAKE TARGETS
  12.   * make package
  13.       Makes .deb, .rpm, and .tar.bz2 binary packages.
  14.   * make package_source
  15.       Makes a .tar.bz2 source package.
  16.   * make source_doc
  17.       Makes html documentation of the source in doc/html.
  18.   * make translations
  19.       If the cmake option UPDATE_TRANSLATIONS is set, updates the *.ts files
  20.       and creates .qm files. Otherwise, just creates .qm files from *.ts files.
  21.  
  22. CMAKE OPTIONS
  23.   * -DBUILD_DESIGNER_PLUGINS - OFF by default. If set to ON, builds the Qt Designer
  24.      plugins instead of brewtarget.
  25.